home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / intuition / window / welc2205.lha / Examples / test3 < prev    next >
Encoding:
Text File  |  1993-06-16  |  354 b   |  13 lines

  1. /*    Testing ASK
  2. */
  3. OPTIONS RESULTS
  4.  
  5. ADDRESS WELCOME
  6. 'ASK ACTIVATE "\n\n               Hello, how are you doing?" _Great G_ood _Bad "_Real Bad"'
  7.  
  8. select
  9.     when result==1 then TEXT "Been eating those funny little tablets?"
  10.     when result==2 then TEXT "What!?"
  11.     when result==3 then TEXT "That's normal"
  12.     otherwise TEXT "Oh dear, tell me about your mother."
  13.     end